Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/signup rec iteration 6 #1656

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Feat/signup rec iteration 6 #1656

wants to merge 10 commits into from

Conversation

tchalvak
Copy link
Member

Purpose of PR:

Work on the signup page rec

Before

After

For Non-Hotfixes:

Attached Screenshot of my change:

Things that make review take longer:

(remove lines that do not apply to this PR)

  • Changing more than 20 files (much harder to review)
  • Changing more than 5 files (a bit harder to review)
  • Changes to critical code (login, dashboard, etc)
  • No comments on changed files
  • Tests do not pass (will get pushed back)

Things that make review faster and easier:

(check box with an x where it applies)

  • I attached a screenshot of the changed part of the app working
  • I added tests
  • This feature is requested specifically by a user
  • This will fix a bug

Preview results in my branch at the url:

Copy link

cypress bot commented Jan 29, 2024

1 failed test on run #304 ↗︎

1 7 0 0 Flakiness 0

Details:

Merge ab4ec16 into 8a85409...
Project: NinjaWars Functional Testing Commit: bfc195e6b6 ℹ️
Status: Failed Duration: 01:41 💡
Started: Mar 12, 2024 3:08 AM Ended: Mar 12, 2024 3:10 AM
Failed  cypress/e2e/signup-newbie.cy.js • 1 failed test

View Output

Test Artifacts
signup a newbie ninja > allows signup (with random test-strings) Test Replay Screenshots

Review all test suite changes for PR #1656 ↗︎

@tchalvak tchalvak changed the title Feat/rec6 Feat/signup rec iteration 6 Mar 21, 2024
@@ -1 +1,2 @@
<p>Your current level is {$player->level|escape}. Your current kills are {$player->kills|escape}.</p>
<p>Your current level is <strong class='level'>{$player->level|escape}</strong>. <br />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been cherry-picked in to master elsewhere.

@@ -32,7 +32,11 @@
<ul id='duel-log' style='overflow-y: auto;max-height:20rem;'>
{foreach item="duel" from=$duels}
<li>
{include file="player-link.tpl" username=$duel.attacker id=$duel.attacker_id} has dueled {include file="player-link.tpl" username=$duel.defender id=$duel.defender_id} and {if $duel.won}won{else}lost{/if} for {$duel.killpoints} killpoints on {$duel.date}
{include file="player-link.tpl" username=$duel.attacker id=$duel.attacker_id}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was cherry-picked in elsewhere.

@tchalvak
Copy link
Member Author

I think most of this was cherry-picked elsewhere now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant